home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / user / accessibility.css next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  2.7 KB  |  102 lines

  1. @charset "utf-8";
  2. /*    Name: 1490680842
  3.     Accessibility layout
  4.     Copyright 2007 Opera Software */
  5. * {
  6.     font-family: sans-serif !important;
  7.     font-size: 18px !important;
  8.     text-align: left !important;
  9.     text-transform: none !important;
  10.     text-decoration: none !important;
  11.     word-spacing: 0.4mm !important;
  12.     letter-spacing: 0.2mm !important;
  13.     line-height: 1.4em !important;
  14.     color: black !important;
  15.     background: #D8F5D3 !important;
  16.     width: auto !important;
  17.     max-width: none !important;
  18.     min-width: 0px !important;
  19.     height: auto !important;
  20.     max-height: none !important;
  21.     min-height: 0px !important;
  22. }
  23. html *::before, html *::after {display: none !important}
  24. html q::before {content: open-quote !important;}
  25. html q::after {content: close-quote !important;}
  26. body {
  27.     padding-bottom: 2em !important;
  28.     margin: 10px auto !important;
  29.     max-width: 45em !important;
  30. }
  31. a[href] {text-decoration: underline !important;}
  32. a[href]:hover {
  33.     color: black !important;    
  34.     background: white !important;
  35. }
  36. a[href]:active {
  37.     background: transparent !important;
  38.     text-decoration: none !important;
  39. }
  40. img, object[type^="image"] {border: none !important;}
  41. a[href] img, a[href] object[type^="image"] {border: medium solid black !important;}
  42. input, textarea, select {
  43.     color: Black !important;    
  44.     background: White !important;
  45. }
  46. input[type="text"], input[type="password"] {min-height: 1.2em !important;}
  47. textarea {min-height: 4em !important;}
  48. button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], 
  49. input[type="image"] {
  50.     text-align: center !important;    
  51.     color: black !important;
  52.     background: silver !important;
  53.     padding: 2px !important;
  54.     min-width: 2em !important;
  55.     height: 1.2em !important;
  56. }
  57. a[accesskey]:after, button[accesskey]:after, input[accesskey]:after, label[accesskey]:after, 
  58. legend[accesskey]:after, textarea[accesskey]:after {
  59.     content: "(" attr(accesskey) ")";
  60.     margin-left: 0.3em;
  61.     display: inline !important;
  62. }
  63. b, strong, em, h1, h2, h3, h4, h5, h6 {font-weight: bold !important;}
  64. h1 {
  65.     font-size: 160% !important;
  66.     line-height: 1.0em !important;
  67. }
  68. h2 {
  69.     font-size: 140% !important;
  70.     line-height: 1.2em !important;
  71. }
  72. h3 {
  73.     font-size: 120% !important;
  74.     line-height: 1.4em !important;
  75. }
  76. h4 {
  77.     font-size: 110% !important;
  78.     line-height: 1.4em !important;
  79. }
  80. h5 {
  81.     font-size: 100% !important;
  82.     line-height: 1.2em !important;
  83. }
  84. h6 {
  85.     font-size: 90% !important;
  86.     line-height: 1.2em !important;
  87. }
  88. hr {
  89.     color: black !important;
  90.     background-color: black !important;
  91.     border: none !important;
  92.     height: 5px !important;
  93. }
  94. @media print {
  95.     * {
  96.         color: black !important;
  97.         background: white !important;    
  98.         font-size: 5.6mm !important;
  99.     }
  100. }
  101.  
  102.